home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8538 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: findfirst, findnext in VC
  5. Date: 4 Mar 1996 15:09 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <4MAR199615095864@erich.triumf.ca>
  9. References: <cosmosisDnrC31.I48@netcom.com>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <cosmosisDnrC31.I48@netcom.com>, cosmosis@netcom.com (Chris Akins) writes...
  14. >I am currently porting a large amount of code from BC 4.0 to VC 2.0.
  15. >Most of the porting has gone fine, however there are a few snags.
  16. >Many of our routines depend on a BC function called findfirst and
  17. >findnext.  These functions are located in the dir.h file.  They
  18.  
  19. Microsoft calls their version of findfirst/findnext _dos_findfirst and
  20. _dos_findnext, and haas them in dos.h.  I think they also change the 
  21. parameter order...
  22. (at least, in QuickC and MSC - Visual C may be different again...)
  23.  
  24. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  25. Internet: bennett@triumf.ca         | of one another only when one can be
  26. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  27. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  28. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  29.  
  30.  
  31.  
  32.  
  33.